home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Browsing / comps280.exe / setup.exe / {app} / Templates / HTMLListFrame.tpl < prev    next >
Encoding:
Text File  |  2000-03-02  |  3.9 KB  |  192 lines

  1. #############################################################################
  2. # Compass Sample Export Template
  3. # HTMLListFrame.tpl
  4. #############################################################################
  5.  
  6. %AUTO_VIEW=N
  7.  
  8. #############################################################################
  9. # Simple format section:
  10. #############################################################################
  11.  
  12. {BOOKMARKS:BOOKMARK_LINK}
  13.     <li><a href="$URL$">$TITLE$</a>
  14. {/BOOKMARKS}
  15.  
  16. {FOLDERS:FOLDER_LINK}
  17.     <li> <a href="$TITLE_ID$.htm">$TITLE$</a>
  18. {/FOLDERS}
  19.  
  20. #
  21. # Suppress Level 1 folders for "FOLDER_LINK" group:
  22. #
  23. {F1:FOLDER_LINK}
  24. {/F1}
  25.  
  26.  
  27. #############################################################################
  28. # LEVEL1_PAGE
  29. # Format for Level 1 folders:
  30. #############################################################################
  31.  
  32. {FOLDERS:LEVEL1_PAGE}
  33. {/FOLDERS}
  34.  
  35. {F1:LEVEL1_PAGE}
  36. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  37. <html>
  38. <head>
  39. <title>$TITLE$</title>
  40. <meta name="Generator" content="Compass $VERSION$">
  41. <meta name="Author" content=$USER$>
  42. <meta name="Keywords" content="compass, bookmark, favorite, $USER$, $TITLE$">
  43. <meta name="Description" content="$USER$'s Home Page - $TITLE$">
  44.  
  45. <style TYPE="text/css">
  46.     BODY
  47.     {
  48.         font-family: Verdana, MS Sans Serif;
  49.         background-color="#DCE3FE";
  50.     }
  51.     A:HOVER
  52.     {
  53.         color:"red";
  54.     }
  55. </style>
  56.  
  57. </head>
  58.  
  59. <body bgcolor="#99FFCC">
  60. <h3>$TITLE$</h3>
  61.  
  62. <ul>
  63. $FOLDER_LINK$
  64. </ul>
  65.  
  66. <hr>
  67.  
  68. <ol>
  69. $BOOKMARK_LINK$
  70. </ol>
  71.  
  72. </body>
  73. </html>
  74. {/F1}
  75.  
  76.  
  77. #############################################################################
  78. # LEVEL2_PAGE
  79. # Format for Level 2 folders;
  80. #############################################################################
  81.  
  82. {FOLDERS:LEVEL2_PAGE}
  83. {/FOLDERS}
  84.  
  85. #
  86. # (A) - Export all bookmarks under this folder.
  87. #
  88. {F2(A):LEVEL2_PAGE}
  89. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  90. <html>
  91. <head>
  92. <title>$TITLE$</title>
  93. <meta name="Generator" content="Compass $VERSION$">
  94. <meta name="Author" content=$USER$>
  95. <meta name="Keywords" content="compass, bookmark, favorite, $USER$, $TITLE$">
  96. <meta name="Description" content="$USER$'s Home Page - $TITLE$">
  97.  
  98. <style TYPE="text/css">
  99.     BODY
  100.     {
  101.         font-family: Verdana, MS Sans Serif;
  102.         background-color="#DCE3FE";
  103.     }
  104.     A:HOVER
  105.     {
  106.         color:"red";
  107.     }
  108. </style>
  109.  
  110. </head>
  111.  
  112. <body bgcolor="#99FFCC">
  113. <h4>$TITLE$</h4>
  114.  
  115. <ol>
  116. $BOOKMARK_LINK$
  117. </ol>
  118.  
  119. </body>
  120.  
  121. </html>
  122. {/F2}
  123.  
  124.  
  125. #############################################################################
  126. # MULTI_LIST
  127. # The controlling section
  128. #############################################################################
  129.  
  130. {FOLDERS:MULTI_LIST}
  131. {/FOLDERS}
  132.  
  133. {F0:MULTI_LIST}
  134. <CENTER>
  135. <h1>$TITLE$</h1>
  136. </CENTER>
  137.  
  138. <hr>
  139.  
  140. <ol>
  141. $BOOKMARK_LINK$
  142. </ol>
  143. {/F0}
  144.  
  145. #
  146. # Create a new file using format "LEVEL1_PAGE"
  147. #
  148. {F1(:LEVEL1_PAGE):MULTI_LIST}
  149. {/F1}
  150.  
  151. #
  152. # Create a new file using format "LEVEL2_PAGE"
  153. #
  154. {F2(:LEVEL2_PAGE):MULTI_LIST}
  155. {/F2}
  156.  
  157.  
  158.  
  159. #############################################################################
  160. # The main output file:
  161. # The main output file:
  162. # Suggested output file path: Compass\Output\LISTFRAME.HTM
  163. #
  164. # You will need the following three files
  165. #    Output\plus.gif
  166. #    Output\minus.gif
  167. #    Output\Main.htm
  168. # and the left hand side frame (TREEFRAME.HTM).
  169. #############################################################################
  170.  
  171. {MAIN:*.HTM}
  172. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  173. <html>
  174. <head>
  175. <title>Compass $VERSION$ Template Sample - HTMLListFrame</title>
  176. <meta name="Generator" content="Compass $VERSION$">
  177. <meta name="Author" content="$USER$">
  178. <meta name="Keywords" content="compass, bookmark, favorite, $USER$">
  179. <meta name="Description" content="Compass $VERSION$ Template Sample - HTMLListFrame">
  180. </head>
  181.  
  182. <body bgcolor="#99FFCC">
  183.  
  184. $MULTI_LIST$
  185.  
  186. </body>
  187.  
  188. </html>
  189. {/MAIN}
  190.  
  191. #############################################################################
  192.